Hệ thống quản lý bệnh viện bằng C# với mã nguồn

  • PatientRegistration.Designer.cs
  • project /
1 namespace HospitalManagementSystemCSharp
2 {
3     
partial class PatientRegistration
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.label3 = new System.Windows.Forms.Label();
32             
this.textBox1 = new System.Windows.Forms.TextBox();
33             
this.label1 = new System.Windows.Forms.Label();
34             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
35             
this.label2 = new System.Windows.Forms.Label();
36             
this.label4 = new System.Windows.Forms.Label();
37             
this.label5 = new System.Windows.Forms.Label();
38             
this.label6 = new System.Windows.Forms.Label();
39             
this.label7 = new System.Windows.Forms.Label();
40             
this.label8 = new System.Windows.Forms.Label();
41             
this.label9 = new System.Windows.Forms.Label();
42             
this.label10 = new System.Windows.Forms.Label();
43             
this.label11 = new System.Windows.Forms.Label();
44             
this.label12 = new System.Windows.Forms.Label();
45             
this.label13 = new System.Windows.Forms.Label();
46             
this.label14 = new System.Windows.Forms.Label();
47             
this.textBox2 = new System.Windows.Forms.TextBox();
48             
this.radioButton2 = new System.Windows.Forms.RadioButton();
49             
this.radioButton1 = new System.Windows.Forms.RadioButton();
50             
this.textBox3 = new System.Windows.Forms.TextBox();
51             
this.textBox4 = new System.Windows.Forms.TextBox();
52             
this.textBox5 = new System.Windows.Forms.TextBox();
53             
this.textBox6 = new System.Windows.Forms.TextBox();
54             
this.textBox7 = new System.Windows.Forms.TextBox();
55             
this.textBox8 = new System.Windows.Forms.TextBox();
56             
this.textBox9 = new System.Windows.Forms.TextBox();
57             
this.textBox10 = new System.Windows.Forms.TextBox();
58             
this.textBox11 = new System.Windows.Forms.TextBox();
59             
this.textBox12 = new System.Windows.Forms.TextBox();
60             
this.button2 = new System.Windows.Forms.Button();
61             
this.button1 = new System.Windows.Forms.Button();
62             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
63             
this.SuspendLayout();
64             
//
65             
// label3
66             
//
67             
this.label3.AutoSize = true;
68             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
69             
this.label3.ForeColor = System.Drawing.Color.IndianRed;
70             
this.label3.Location = new System.Drawing.Point(194, 35);
71             
this.label3.Name = "label3";
72             
this.label3.Size = new System.Drawing.Size(204, 24);
73             
this.label3.TabIndex = 57;
74             
this.label3.Text = "Register New Patient";
75             
//
76             
// textBox1
77             
//
78             
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
79             
this.textBox1.Location = new System.Drawing.Point(127, 109);
80             
this.textBox1.Name = "textBox1";
81             
this.textBox1.Size = new System.Drawing.Size(139, 22);
82             
this.textBox1.TabIndex = 56;
83             
//
84             
// label1
85             
//
86             
this.label1.AutoSize = true;
87             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
88             
this.label1.Location = new System.Drawing.Point(27, 112);
89             
this.label1.Name = "label1";
90             
this.label1.Size = new System.Drawing.Size(73, 16);
91             
this.label1.TabIndex = 55;
92             
this.label1.Text = "Patient Id";
93             
//
94             
// pictureBox1
95             
//
96             
this.pictureBox1.Image = global::HospitalManagementSystemCSharp.Properties.Resources.hms2;
97             
this.pictureBox1.Location = new System.Drawing.Point(480, 12);
98             
this.pictureBox1.Name = "pictureBox1";
99             
this.pictureBox1.Size = new System.Drawing.Size(120, 56);
100             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
101             
this.pictureBox1.TabIndex = 58;
102             
this.pictureBox1.TabStop = false;
103             
//
104             
// label2
105             
//
106             
this.label2.AutoSize = true;
107             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
108             
this.label2.Location = new System.Drawing.Point(51, 171);
109             
this.label2.Name = "label2";
110             
this.label2.Size = new System.Drawing.Size(49, 16);
111             
this.label2.TabIndex = 59;
112             
this.label2.Text = "Name";
113             
//
114             
// label4
115             
//
116             
this.label4.AutoSize = true;
117             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
118             
this.label4.Location = new System.Drawing.Point(41, 225);
119             
this.label4.Name = "label4";
120             
this.label4.Size = new System.Drawing.Size(59, 16);
121             
this.label4.TabIndex = 60;
122             
this.label4.Text = "Gender";
123             
//
124             
// label5
125             
//
126             
this.label5.AutoSize = true;
127             
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
128             
this.label5.Location = new System.Drawing.Point(64, 276);
129             
this.label5.Name = "label5";
130             
this.label5.Size = new System.Drawing.Size(36, 16);
131             
this.label5.TabIndex = 61;
132             
this.label5.Text = "Age";
133             
//
134             
// label6
135             
//
136             
this.label6.AutoSize = true;
137             
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
138             
this.label6.Location = new System.Drawing.Point(59, 328);
139             
this.label6.Name = "label6";
140             
this.label6.Size = new System.Drawing.Size(41, 16);
141             
this.label6.TabIndex = 62;
142             
this.label6.Text = "Date";
143             
//
144             
// label7
145             
//
146             
this.label7.AutoSize = true;
147             
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
148             
this.label7.Location = new System.Drawing.Point(40, 380);
149             
this.label7.Name = "label7";
150             
this.label7.Size = new System.Drawing.Size(60, 16);
151             
this.label7.TabIndex = 63;
152             
this.label7.Text = "Contact";
153             
//
154             
// label8
155             
//
156             
this.label8.AutoSize = true;
157             
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
158             
this.label8.Location = new System.Drawing.Point(34, 438);
159             
this.label8.Name = "label8";
160             
this.label8.Size = new System.Drawing.Size(66, 16);
161             
this.label8.TabIndex = 64;
162             
this.label8.Text = "Address";
163             
//
164             
// label9
165             
//
166             
this.label9.AutoSize = true;
167             
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
168             
this.label9.Location = new System.Drawing.Point(332, 112);
169             
this.label9.Name = "label9";
170             
this.label9.Size = new System.Drawing.Size(66, 16);
171             
this.label9.TabIndex = 65;
172             
this.label9.Text = "Disease";
173             
//
174             
// label10
175             
//
176             
this.label10.AutoSize = true;
177             
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
178             
this.label10.Location = new System.Drawing.Point(347, 171);
179             
this.label10.Name = "label10";
180             
this.label10.Size = new System.Drawing.Size(51, 16);
181             
this.label10.TabIndex = 66;
182             
this.label10.Text = "Status";
183             
//
184             
// label11
185             
//
186             
this.label11.AutoSize = true;
187             
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
188             
this.label11.Location = new System.Drawing.Point(309, 276);
189             
this.label11.Name = "label11";
190             
this.label11.Size = new System.Drawing.Size(89, 16);
191             
this.label11.TabIndex = 67;
192             
this.label11.Text = "Room Type";
193             
//
194             
// label12
195             
//
196             
this.label12.AutoSize = true;
197             
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
198             
this.label12.Location = new System.Drawing.Point(334, 225);
199             
this.label12.Name = "label12";
200             
this.label12.Size = new System.Drawing.Size(64, 16);
201             
this.label12.TabIndex = 68;
202             
this.label12.Text = "Building";
203             
//
204             
// label13
205             
//
206             
this.label13.AutoSize = true;
207             
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
208             
this.label13.Location = new System.Drawing.Point(325, 328);
209             
this.label13.Name = "label13";
210             
this.label13.Size = new System.Drawing.Size(73, 16);
211             
this.label13.TabIndex = 69;
212             
this.label13.Text = "Room No";
213             
//
214             
// label14
215             
//
216             
this.label14.AutoSize = true;
217             
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
218             
this.label14.Location = new System.Drawing.Point(354, 380);
219             
this.label14.Name = "label14";
220             
this.label14.Size = new System.Drawing.Size(44, 16);
221             
this.label14.TabIndex = 70;
222             
this.label14.Text = "Price";
223             
//
224             
// textBox2
225             
//
226             
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
227             
this.textBox2.Location = new System.Drawing.Point(127, 168);
228             
this.textBox2.Name = "textBox2";
229             
this.textBox2.Size = new System.Drawing.Size(139, 22);
230             
this.textBox2.TabIndex = 71;
231             
//
232             
// radioButton2
233             
//
234             
this.radioButton2.AutoSize = true;
235             
this.radioButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
236             
this.radioButton2.Location = new System.Drawing.Point(208, 223);
237             
this.radioButton2.Name = "radioButton2";
238             
this.radioButton2.Size = new System.Drawing.Size(78, 20);
239             
this.radioButton2.TabIndex = 94;
240             
this.radioButton2.Text = "Female";
241             
this.radioButton2.UseVisualStyleBackColor = true;
242             
//
243             
// radioButton1
244             
//
245             
this.radioButton1.AutoSize = true;
246             
this.radioButton1.Checked = true;
247             
this.radioButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
248             
this.radioButton1.Location = new System.Drawing.Point(127, 223);
249             
this.radioButton1.Name = "radioButton1";
250             
this.radioButton1.Size = new System.Drawing.Size(60, 20);
251             
this.radioButton1.TabIndex = 93;
252             
this.radioButton1.TabStop = true;
253             
this.radioButton1.Text = "Male";
254             
this.radioButton1.UseVisualStyleBackColor = true;
255             
//
256             
// textBox3
257             
//
258             
this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
259             
this.textBox3.Location = new System.Drawing.Point(127, 273);
260             
this.textBox3.Name = "textBox3";
261             
this.textBox3.Size = new System.Drawing.Size(139, 22);
262             
this.textBox3.TabIndex = 95;
263             
//
264             
// textBox4
265             
//
266             
this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
267             
this.textBox4.Location = new System.Drawing.Point(127, 325);
268             
this.textBox4.Name = "textBox4";
269             
this.textBox4.Size = new System.Drawing.Size(139, 22);
270             
this.textBox4.TabIndex = 96;
271             
//
272             
// textBox5
273             
//
274             
this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
275             
this.textBox5.Location = new System.Drawing.Point(127, 377);
276             
this.textBox5.Name = "textBox5";
277             
this.textBox5.Size = new System.Drawing.Size(139, 22);
278             
this.textBox5.TabIndex = 97;
279             
//
280             
// textBox6
281             
//
282             
this.textBox6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
283             
this.textBox6.Location = new System.Drawing.Point(127, 435);
284             
this.textBox6.Name = "textBox6";
285             
this.textBox6.Size = new System.Drawing.Size(139, 22);
286             
this.textBox6.TabIndex = 98;
287             
//
288             
// textBox7
289             
//
290             
this.textBox7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
291             
this.textBox7.Location = new System.Drawing.Point(428, 109);
292             
this.textBox7.Name = "textBox7";
293             
this.textBox7.Size = new System.Drawing.Size(139, 22);
294             
this.textBox7.TabIndex = 99;
295             
//
296             
// textBox8
297             
//
298             
this.textBox8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
299             
this.textBox8.Location = new System.Drawing.Point(428, 171);
300             
this.textBox8.Name = "textBox8";
301             
this.textBox8.Size = new System.Drawing.Size(139, 22);
302             
this.textBox8.TabIndex = 100;
303             
//
304             
// textBox9
305             
//
306             
this.textBox9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
307             
this.textBox9.Location = new System.Drawing.Point(428, 222);
308             
this.textBox9.Name = "textBox9";
309             
this.textBox9.Size = new System.Drawing.Size(139, 22);
310             
this.textBox9.TabIndex = 101;
311             
//
312             
// textBox10
313             
//
314             
this.textBox10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
315             
this.textBox10.Location = new System.Drawing.Point(428, 273);
316             
this.textBox10.Name = "textBox10";
317             
this.textBox10.Size = new System.Drawing.Size(139, 22);
318             
this.textBox10.TabIndex = 102;
319             
//
320             
// textBox11
321             
//
322             
this.textBox11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
323             
this.textBox11.Location = new System.Drawing.Point(428, 325);
324             
this.textBox11.Name = "textBox11";
325             
this.textBox11.Size = new System.Drawing.Size(139, 22);
326             
this.textBox11.TabIndex = 103;
327             
//
328             
// textBox12
329             
//
330             
this.textBox12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
331             
this.textBox12.Location = new System.Drawing.Point(428, 377);
332             
this.textBox12.Name = "textBox12";
333             
this.textBox12.Size = new System.Drawing.Size(139, 22);
334             
this.textBox12.TabIndex = 104;
335             
//
336             
// button2
337             
//
338             
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
339             
this.button2.Location = new System.Drawing.Point(307, 483);
340             
this.button2.Name = "button2";
341             
this.button2.Size = new System.Drawing.Size(83, 27);
342             
this.button2.TabIndex = 106;
343             
this.button2.Text = "Reset";
344             
this.button2.UseVisualStyleBackColor = true;
345             
this.button2.Click += new System.EventHandler(this.button2_Click);
346             
//
347             
// button1
348             
//
349             
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
350             
this.button1.Location = new System.Drawing.Point(198, 483);
351             
this.button1.Name = "button1";
352             
this.button1.Size = new System.Drawing.Size(73, 27);
353             
this.button1.TabIndex = 105;
354             
this.button1.Text = "Add";
355             
this.button1.UseVisualStyleBackColor = true;
356             
this.button1.Click += new System.EventHandler(this.button1_Click);
357             
//
358             
// PatientRegistration
359             
//
360             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
361             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
362             
this.ClientSize = new System.Drawing.Size(612, 532);
363             
this.Controls.Add(this.button2);
364             
this.Controls.Add(this.button1);
365             
this.Controls.Add(this.textBox12);
366             
this.Controls.Add(this.textBox11);
367             
this.Controls.Add(this.textBox10);
368             
this.Controls.Add(this.textBox9);
369             
this.Controls.Add(this.textBox8);
370             
this.Controls.Add(this.textBox7);
371             
this.Controls.Add(this.textBox6);
372             
this.Controls.Add(this.textBox5);
373             
this.Controls.Add(this.textBox4);
374             
this.Controls.Add(this.textBox3);
375             
this.Controls.Add(this.radioButton2);
376             
this.Controls.Add(this.radioButton1);
377             
this.Controls.Add(this.textBox2);
378             
this.Controls.Add(this.label14);
379             
this.Controls.Add(this.label13);
380             
this.Controls.Add(this.label12);
381             
this.Controls.Add(this.label11);
382             
this.Controls.Add(this.label10);
383             
this.Controls.Add(this.label9);
384             
this.Controls.Add(this.label8);
385             
this.Controls.Add(this.label7);
386             
this.Controls.Add(this.label6);
387             
this.Controls.Add(this.label5);
388             
this.Controls.Add(this.label4);
389             
this.Controls.Add(this.label2);
390             
this.Controls.Add(this.pictureBox1);
391             
this.Controls.Add(this.label3);
392             
this.Controls.Add(this.textBox1);
393             
this.Controls.Add(this.label1);
394             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
395             
this.MaximizeBox = false;
396             
this.Name = "PatientRegistration";
397             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
398             
this.Text = "PatientRegistration";
399             
this.Load += new System.EventHandler(this.PatientRegistration_Load);
400             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
401             
this.ResumeLayout(false);
402             
this.PerformLayout();
403
404         }
405
406         
#endregion
407
408         
private System.Windows.Forms.PictureBox pictureBox1;
409         
private System.Windows.Forms.Label label3;
410         
private System.Windows.Forms.TextBox textBox1;
411         
private System.Windows.Forms.Label label1;
412         
private System.Windows.Forms.Label label2;
413         
private System.Windows.Forms.Label label4;
414         
private System.Windows.Forms.Label label5;
415         
private System.Windows.Forms.Label label6;
416         
private System.Windows.Forms.Label label7;
417         
private System.Windows.Forms.Label label8;
418         
private System.Windows.Forms.Label label9;
419         
private System.Windows.Forms.Label label10;
420         
private System.Windows.Forms.Label label11;
421         
private System.Windows.Forms.Label label12;
422         
private System.Windows.Forms.Label label13;
423         
private System.Windows.Forms.Label label14;
424         
private System.Windows.Forms.TextBox textBox2;
425         
private System.Windows.Forms.RadioButton radioButton2;
426         
private System.Windows.Forms.RadioButton radioButton1;
427         
private System.Windows.Forms.TextBox textBox3;
428         
private System.Windows.Forms.TextBox textBox4;
429         
private System.Windows.Forms.TextBox textBox5;
430         
private System.Windows.Forms.TextBox textBox6;
431         
private System.Windows.Forms.TextBox textBox7;
432         
private System.Windows.Forms.TextBox textBox8;
433         
private System.Windows.Forms.TextBox textBox9;
434         
private System.Windows.Forms.TextBox textBox10;
435         
private System.Windows.Forms.TextBox textBox11;
436         
private System.Windows.Forms.TextBox textBox12;
437         
private System.Windows.Forms.Button button2;
438         
private System.Windows.Forms.Button button1;
439     }
440 }


Gõ tìm kiếm nhanh...